projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba47e22
)
(reseat_to_string): Undo last change.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 30 Mar 2001 15:11:53 +0000
(15:11 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 30 Mar 2001 15:11:53 +0000
(15:11 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index f17467f63c77b5b285912890a00e5e8237218613..ca57381d21cdf3e41310edc3e62ecc32818102f4 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-4006,9
+4006,7
@@
reseat_to_string (it, s, string, charpos, precision, field_width, multibyte)
/* If STRING is specified, use its multibyteness, otherwise use the
setting of MULTIBYTE, if specified. */
- if (STRINGP (string))
- it->multibyte_p = STRING_MULTIBYTE (string);
- else if (multibyte >= 0)
+ if (multibyte >= 0)
it->multibyte_p = multibyte > 0;
if (s == NULL)